home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 4 / Light ROM 4 - Disc 1.iso / text / maillist / 1994 / oct94.doc / text0046.txt < prev    next >
Encoding:
Text File  |  1995-03-24  |  2.4 KB  |  50 lines

  1.  
  2. > I think it would be more like photoshop not a full VM, in that only 
  3. > lightwave would see it.  This would also mean that everyone (WinNT, Amiga, 
  4. > SGI, etc.) would have the same way to solve the problem, this would help 
  5.  
  6. I suppose so... but I still think it is better just to let the OS do it.
  7. WinNT, Amiga, and SGI all have VM already.  Perhaps for an image
  8. processor like ImageFX or Photoshop it makes some sense since they can
  9. do VM customized for their particular use, which is very well defined.
  10. But it isn't so clear to me that a custom VM in LW would be better.
  11.  
  12. (BTW, I don't know about Photoshop, but the VM in ImageFX isn't "real"
  13. virtual memory, in the sense that it doesn't use the MMU for address
  14. translation.  Instead, it simply has an internal API which knows how to
  15. read parts of buffers from disk or memory as necessary.  So it won't
  16. conflict with MMU style VM, and in fact they may both be useful at
  17. once.  If LW did something like that, I suppose I could live with it).
  18.  
  19. > > effort improving other things instead of reinventing the wheel (see
  20. > > also: file requesters :-).  Also, there is always the risk of their
  21.  
  22. > Would the Amiga file requesters show up on WinNT or SGI??
  23.  
  24. No, but presumably NT and SGI also have system-standard file requesters.
  25. I think it is better for all apps on a particular platform to use the
  26. same requester, than for the same app to use the same requester across
  27. multiple platforms.  The advantage of using the system-standard file
  28. requesters such as ASL is that they can be replaced by the user with a
  29. user specified one by using SetFunction() (or the equivalent on other
  30. OS's).  If the application hard codes one, you're pretty much stuck with
  31. it whether you like it or not, not to mention that its different from
  32. what all your other apps use.
  33.  
  34. In any case, the 3.0 ASL file requester is better than any other one
  35. I've ever seen, so its in my best interest if apps use it :-)
  36.  
  37. Anyway, I guess my point is just that instead of re-inventing things
  38. which already exist, Newtek might as well just use them, and spend their
  39. time adding cool new rendering or modeling features.  Instead of making
  40. LW be able to directly write JPEG files, for example, just run a
  41. conversion program in the background to convert frames as they appear.
  42. All three OSs above can do that sort of thing quite well.  (BTW, lense
  43. flare is a different argument since LW knows things about them that a
  44. post processor won't unless you tell it).
  45.  
  46. Just MHO,
  47.  
  48.   - steve
  49.  
  50.